home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / loansh_1 / loan.frm next >
Text File  |  1999-07-19  |  24KB  |  787 lines

  1. VERSION 5.00
  2. Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
  3. Begin VB.Form LoanSheet 
  4.    Appearance      =   0  'Flat
  5.    BackColor       =   &H00C0C0C0&
  6.    BorderStyle     =   3  'Fixed Dialog
  7.    Caption         =   "LoanSheet"
  8.    ClientHeight    =   6975
  9.    ClientLeft      =   1230
  10.    ClientTop       =   1845
  11.    ClientWidth     =   9915
  12.    ClipControls    =   0   'False
  13.    BeginProperty Font 
  14.       Name            =   "Verdana"
  15.       Size            =   8.25
  16.       Charset         =   0
  17.       Weight          =   400
  18.       Underline       =   0   'False
  19.       Italic          =   0   'False
  20.       Strikethrough   =   0   'False
  21.    EndProperty
  22.    ForeColor       =   &H80000008&
  23.    LinkTopic       =   "Form1"
  24.    MaxButton       =   0   'False
  25.    PaletteMode     =   1  'UseZOrder
  26.    ScaleHeight     =   6975
  27.    ScaleWidth      =   9915
  28.    Begin VB.CheckBox Check1 
  29.       Caption         =   "Pay Extra Amount"
  30.       Height          =   255
  31.       Left            =   240
  32.       TabIndex        =   24
  33.       Top             =   1260
  34.       Value           =   1  'Checked
  35.       Width           =   1935
  36.    End
  37.    Begin VB.Frame Frame2 
  38.       Height          =   1875
  39.       Left            =   120
  40.       TabIndex        =   19
  41.       Top             =   1260
  42.       Width           =   2775
  43.       Begin VB.TextBox txtExtraPay 
  44.          Alignment       =   1  'Right Justify
  45.          Height          =   315
  46.          Left            =   1920
  47.          TabIndex        =   23
  48.          Text            =   "1500"
  49.          Top             =   1440
  50.          Width           =   675
  51.       End
  52.       Begin VB.OptionButton Option1 
  53.          Caption         =   "Pay fixed amount over P + I"
  54.          Height          =   435
  55.          Index           =   1
  56.          Left            =   120
  57.          TabIndex        =   21
  58.          Top             =   840
  59.          Value           =   -1  'True
  60.          Width           =   2235
  61.       End
  62.       Begin VB.OptionButton Option1 
  63.          Caption         =   "Extra Payment each month"
  64.          Height          =   435
  65.          Index           =   0
  66.          Left            =   120
  67.          TabIndex        =   20
  68.          Top             =   360
  69.          Width           =   2055
  70.       End
  71.       Begin VB.Label Label1 
  72.          Caption         =   "Pay Fixed Amount:"
  73.          Height          =   315
  74.          Left            =   120
  75.          TabIndex        =   22
  76.          Top             =   1500
  77.          Width           =   1695
  78.       End
  79.    End
  80.    Begin VB.Frame Frame1 
  81.       Caption         =   "Info"
  82.       Height          =   1215
  83.       Left            =   3120
  84.       TabIndex        =   18
  85.       Top             =   5700
  86.       Width           =   6735
  87.       Begin VB.Label lblinfo 
  88.          Caption         =   "lblinfo"
  89.          Height          =   855
  90.          Left            =   120
  91.          TabIndex        =   25
  92.          Top             =   240
  93.          Width           =   6375
  94.       End
  95.    End
  96.    Begin MSFlexGridLib.MSFlexGrid grdPayments 
  97.       Height          =   5115
  98.       Left            =   3060
  99.       TabIndex        =   14
  100.       Top             =   420
  101.       Width           =   6855
  102.       _ExtentX        =   12091
  103.       _ExtentY        =   9022
  104.       _Version        =   393216
  105.       Rows            =   50
  106.       Cols            =   6
  107.       WordWrap        =   -1  'True
  108.       AllowUserResizing=   1
  109.       FormatString    =   ""
  110.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  111.          Name            =   "Arial"
  112.          Size            =   8.25
  113.          Charset         =   0
  114.          Weight          =   400
  115.          Underline       =   0   'False
  116.          Italic          =   0   'False
  117.          Strikethrough   =   0   'False
  118.       EndProperty
  119.    End
  120.    Begin VB.CommandButton cmdCalcAmort 
  121.       Appearance      =   0  'Flat
  122.       BackColor       =   &H80000005&
  123.       Caption         =   "Show Amortization"
  124.       Enabled         =   0   'False
  125.       Height          =   375
  126.       Left            =   240
  127.       TabIndex        =   13
  128.       Top             =   6480
  129.       Width           =   2295
  130.    End
  131.    Begin VB.CommandButton cmdCalcPmts 
  132.       Appearance      =   0  'Flat
  133.       BackColor       =   &H80000005&
  134.       Caption         =   "Show Payments"
  135.       Default         =   -1  'True
  136.       Height          =   375
  137.       Left            =   240
  138.       TabIndex        =   5
  139.       Top             =   5985
  140.       Width           =   2295
  141.    End
  142.    Begin VB.Frame frmLoanLen 
  143.       Caption         =   "Years in Loan"
  144.       Height          =   1335
  145.       Left            =   120
  146.       TabIndex        =   10
  147.       Top             =   3180
  148.       Width           =   2775
  149.       Begin VB.TextBox txtLen1 
  150.          Height          =   285
  151.          Left            =   1440
  152.          TabIndex        =   3
  153.          Top             =   360
  154.          Width           =   615
  155.       End
  156.       Begin VB.TextBox txtLen2 
  157.          Height          =   285
  158.          Left            =   1440
  159.          TabIndex        =   4
  160.          Top             =   840
  161.          Width           =   615
  162.       End
  163.       Begin VB.Label lblLen 
  164.          Caption         =   "Length 1:"
  165.          Height          =   255
  166.          Index           =   0
  167.          Left            =   240
  168.          TabIndex        =   12
  169.          Top             =   390
  170.          Width           =   855
  171.       End
  172.       Begin VB.Label lblLen 
  173.          Caption         =   "Length 2:"
  174.          Height          =   255
  175.          Index           =   1
  176.          Left            =   240
  177.          TabIndex        =   11
  178.          Top             =   840
  179.          Width           =   855
  180.       End
  181.    End
  182.    Begin VB.TextBox txtDwnPay 
  183.       Alignment       =   1  'Right Justify
  184.       Height          =   315
  185.       Left            =   1200
  186.       TabIndex        =   2
  187.       Text            =   "10"
  188.       Top             =   720
  189.       Width           =   1395
  190.    End
  191.    Begin VB.Frame frmIntr 
  192.       Caption         =   "Interest Rates (%)"
  193.       Height          =   1275
  194.       Left            =   120
  195.       TabIndex        =   6
  196.       Top             =   4620
  197.       Width           =   2775
  198.       Begin VB.TextBox txtRate2 
  199.          Height          =   285
  200.          Left            =   1380
  201.          TabIndex        =   17
  202.          Text            =   "8.0"
  203.          Top             =   840
  204.          Width           =   675
  205.       End
  206.       Begin VB.TextBox txtRate1 
  207.          Height          =   315
  208.          Left            =   1380
  209.          TabIndex        =   16
  210.          Text            =   "6.5"
  211.          Top             =   360
  212.          Width           =   675
  213.       End
  214.       Begin VB.Label lblIntr 
  215.          Caption         =   "Rate 2:"
  216.          BeginProperty Font 
  217.             Name            =   "Arial"
  218.             Size            =   8.25
  219.             Charset         =   0
  220.             Weight          =   400
  221.             Underline       =   0   'False
  222.             Italic          =   0   'False
  223.             Strikethrough   =   0   'False
  224.          EndProperty
  225.          Height          =   255
  226.          Index           =   1
  227.          Left            =   240
  228.          TabIndex        =   8
  229.          Top             =   885
  230.          Width           =   1095
  231.       End
  232.       Begin VB.Label lblIntr 
  233.          Caption         =   "Rate 1:"
  234.          BeginProperty Font 
  235.             Name            =   "Arial"
  236.             Size            =   8.25
  237.             Charset         =   0
  238.             Weight          =   400
  239.             Underline       =   0   'False
  240.             Italic          =   0   'False
  241.             Strikethrough   =   0   'False
  242.          EndProperty
  243.          Height          =   255
  244.          Index           =   0
  245.          Left            =   240
  246.          TabIndex        =   7
  247.          Top             =   405
  248.          Width           =   1095
  249.       End
  250.    End
  251.    Begin VB.TextBox txtPurchTotl 
  252.       Alignment       =   1  'Right Justify
  253.       Height          =